home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / mmu / MuGuardianAngel / Contributions / BPPCFix / BPPCFix.readme < prev   
Text File  |  2002-03-12  |  2KB  |  54 lines

  1. BPPCFix 1.4                                                       BPPCFix 1.4
  2.  
  3.  
  4. INTRODUCTION
  5.     BPPCFix installs itself in the list of resident modules with
  6.     a higher priority than the ppc.library. During reset, it scans
  7.     the resident modules list and removes all modules which match
  8.     the name "ppc.library" (and 68040.library and 68060.library too,
  9.     when the "040" option is given). 
  10.  
  11.     This guarantees you have an absolutely clean system after reboot,
  12.     exactly like the owners of a CSPPC-board. You can now launch
  13.     WarpOS or a PowerUp-emulation under WarpOS without the need and
  14.     the risks to terminate the ppc.library.
  15.  
  16.  
  17. INSTALLATION
  18.     Just copy bppcfix to C:. You may also modify your startup-sequence
  19.     to start bppcfix when booting for the first time.
  20.  
  21.  
  22. USAGE
  23.     bpccfix <install | remove> [040] [reboot]
  24.  
  25.     bpccfix install
  26.         installs the kick tag. You have to reset the system manually
  27.         now, to disable ppc.library.
  28.  
  29.     bppcfix install 040
  30.         is the same as above, but also removes the 68040.library and
  31.         the 68060.library.
  32.         Thanks to Stephen Brookes <sbrookes@tpec.u-net.com> for
  33.         making this work in V1.4.
  34.  
  35.     bppcfix remove
  36.         removes the kick tag. After a reset you can use the ppc.library
  37.         again. Note that you need to specify "040", when you previously
  38.         installed a 040-kick tag.
  39.  
  40.     bppcfix install [040] reboot
  41.         immediately reboots the system, if the kick tag was not
  42.         already installed.
  43.  
  44.  
  45. BUGS
  46.     Unfortunately you can't reactive the original ppc.library from LIBS:,
  47.     like on the CSPPC, when the bppcfix kick tag is active. I guess the
  48.     ppc.library or 68040/060.library (or both) depend on the used hard-
  49.     ware and will work with a CSPPC only.
  50.  
  51.  
  52.  
  53. Frank Wille                  27-Mar-2000                frank@phoenix.owl.de
  54.